Skip to content

Add type hints to _comobject.py (part 1).#703

Merged
junkmd merged 7 commits intoenthought:mainfrom
junkmd:comobject_typing_part1
Dec 17, 2024
Merged

Add type hints to _comobject.py (part 1).#703
junkmd merged 7 commits intoenthought:mainfrom
junkmd:comobject_typing_part1

Conversation

@junkmd
Copy link
Copy Markdown
Collaborator

@junkmd junkmd commented Dec 17, 2024

In the discussion on python/cpython#127369, the need has arisen to carefully review the implementation of COMObject, which is required for implementing and registering COM servers.

Unlike the codebase for interfaces and client-side components, the server-side codebase has very few type hints.

We will start by adding type annotations to the simpler parts first.

@junkmd junkmd added the typing related to Python static typing system label Dec 17, 2024
@junkmd junkmd added this to the 1.4.9 milestone Dec 17, 2024
junkmd added a commit to junkmd/pywinauto that referenced this pull request Dec 17, 2024
@junkmd junkmd merged commit 4e20f7e into enthought:main Dec 17, 2024
@junkmd junkmd deleted the comobject_typing_part1 branch December 17, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typing related to Python static typing system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant